home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
redakcyjne
/
PEBuilder
/
pebuilder3110a.exe
/
{app}
/
plugin
/
bartpe
/
msclisrv.cmd
< prev
next >
Wrap
OS/2 REXX Batch file
|
2004-12-03
|
110b
|
7 lines
@echo off
call msclient.cmd
if errorlevel 1 goto _err
call msserver.cmd
if errorlevel 1 goto _err
:_err